/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  font: 13px;
}

.isStuck{
    left:0px;
    width:100%;
}

.container {
    width: 1080px!important;
  }

@media (min-width: 768px) {
  .container {
    width: 690px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1080px;
  }
}

h4, .h4 {
	font-weight:bold;
}
.page-header{
	margin-top:20px;
	margin-bottom:20px;
}
ul {
	list-style-type: none;
	padding:0;
}

p{margin:0px;padding:0px;line-height:20px;}
i{margin:0px;padding:0px;font-style:normal;}
a{color:#014456;text-decoration:none;}
a:hover{color:#ff5a00;text-decoration:none;}
.clear{clear:both;font-size:0px;line-height:0;height:0;}
th{color: #014456;}
h4{color: #014456;}
/* CUSTOMIZE THE jumbotron
-------------------------------------------------- */
.masthead {
	position: relative;
	background: #FFF url(../images/header.png) no-repeat center top;
	height: 146px;
	}

.jumbotron {
  padding: 30px;
  margin-bottom: 0px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #F9F9F9;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar{
	font-size:18px;
	margin-bottom:0px;
	position: relative;
	min-height: 58px;
	background: url(../images/navBar.png) repeat-x center top;
	border: none;
}

.navbar-wrapper {
  margin-top:20px;
  position: relative;
  z-index: 15;

}

.navbar.navbar-inverse.navbar-static-top {
  background: #5cb85c;
  border-color: #F84C4F;
}
.navbar.navbar-inverse.navbar-static-top a{
  color:#000;
}
.navbar.navbar-inverse.navbar-static-top a:hover{
  color:#0A64A4;
}
.navbar-inverse .navbar-nav>li>a {
	padding: 15px 25px 5px;
	margin: 0px;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	color: #000;
	text-shadow: 1px 1px 0 #FFFFFF;
	outline: 0;
	height: 51px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{
  background-color: #014456;
  text-shadow: none;
  color: #fff;
  font-weight:700;
}

.navbar-inverse .navbar-nav > li:hover > a{
	background-color: #014456;
	color: #FFF;
	text-shadow: none;
}

.carousel{
	margin-bottom:20px;
}

.tab-content{
	margin-top:10px;	
}

#footer{
    padding: 0;
    background-color: #363636;
}
#footer .footer-item{
    height: 260px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 1em;
    border-left: 2px solid #c1c1c1;
    overflow: hidden;

}
#footer .footer-list h4{
    color: #f5f5f5;
}
#footer .footer-list ul{
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
}
#footer .footer-list ul li a{
    color: #f5f5f5;
    line-height: 2.5em;
}

#footer .footer-wechat img{
    max-height: 132px;
}
#footer .footer-wechat p{
    text-align: center;
    color: #f5f5f5;
    line-height: 2.5em;
}
#footer .footer-contact h2{
    display: block;
    color: #ffffff;
    margin: 0;
    line-height: 52px;
}
#footer .footer-contact h2 img{
    width: 40px;
    height: 40px;
    margin-top: -6px;
    margin-right: 10px;
}
#footer .footer-contact h3{
    display: block;
    color: #ffffff;
    margin: 0;
    line-height: 52px;
}
#footer .footer-contact h3 img{
    width: 40px;
    height: 40px;
    margin-top: -6px;
    margin-right: 10px;
}
#copyright{background-color: #666;}
#copyright p{
    text-align: center;
    margin: 10px;
    line-height: 40px;
    color: #fafafa;
}
#copyright p a{
    color: #fafafa;
}
#copyright p a:hover{
    text-decoration: none;
}

.footer {
  background-color: #333333;
  color:#9B9A9A;
}

.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links a {
  color:#6F6D6D;
}
.footer-links li:first-child {
  padding-left: 0;
}

.jumbotron {
  padding: 0px;
  margin-bottom: 0px;
}

.thumbnail .caption {
	text-align:center;
}

.waterfall{padding: 0 0;}
.waterfall .list-group {
  margin-right: 10px;
  width:200px;
  display:block;
  list-style:none;
  float:left;
  height:300px; }
  .waterfall .list-group > li:first-child {
    padding: 0;
    background-color: white; }
    .waterfall .list-group > li:first-child img {
      width: 200px;
	  height:200px;
	  
      border-top-right-radius: 4px;
      border-top-left-radius: 4px; }
  .waterfall .list-group > li {
    background-color: #f5f5f5;}


img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition:      opacity 300ms;
       -o-transition:      opacity 300ms;
          transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

.accordion {
 	width: 100%;
 	margin: 5px auto 20px;
 	background: #0462A0;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
	border: 1px solid #0462A0;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 15px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: relative;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #b63b4d;
}

.accordion li.open i {
	color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.submenu {
 	display: none;
 	background-color: #fff;
 	font-size: 14px;
 }

 .submenu li {
 	border-bottom: 1px solid #4b4a5e;
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #000;
 	padding: 12px;
 	padding-left: 30px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
	border-bottom: 1px dotted #7E7E7E;
 }

 .submenu a:hover {
 	background: #b63b4d;
 	color: #FFF;
 }
/*第一个模块*/
.column-son-sun {
	height: 256px;
    border: 1px solid #dcdddd;
    border-bottom: 3px solid #c7000b;
    
}
.column-son-sun img{width:100%;height:100%;}
.column-son-sun p:last-of-type{border:none;}

    .column-son-sunMoblie{
        display:none;
    }
.flash{font-size:25px;color:#a89e89;margin:0;padding:22px 36px 20px;font-weight: normal;}
.flash-son{line-height:40px;font-size:16px;color:#a89e89;border-bottom:1px solid #a39b8c;margin:0 36px;position: relative;}
.flash-son:after {
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    color: #c7c1b6;
    position: absolute;
    right: 10px;
    content: "\e601";
    transition: all 1s;
}

.flash-son:hover:after{

 right: 0px;
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 80px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 263px;
  }
}

@font-face {
	font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?qradjf');
    src:url('../fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?qradjf') format('truetype'),
        url('../fonts/icomoon.woff?qradjf') format('woff'),
        url('../fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}

/*new right*/


.services {
	float: left;
}
.services .con {
	background: url(../images/service.gif) no-repeat 0 0;
	width: 127px;
	height: 368px;
	position: relative;
}
.services .shares {
	position: absolute;
	left: 10px;
	top: 275px;
	white-space: nowrap;
	color: #666;
}
.services .shares img {
	margin-right: 5px;
}
.services li {
	text-align: center;
}
.services .qq {
	padding-top: 105px;
}
.services .name {
	padding-top: 8px;
	float: left;
	display: block;
	width: 60px;
	text-align: right;
}
#kefu .s-btn {
	background-position: 0 -89px;
	width: 38px;
	height: 198px;
	margin-top: 104px;
	float: left;
}
#kefu .Obtn {
	background: url(../images/service.gif) no-repeat -331px -53px;
	float: left;
	width: 39px;
	height: 197px;
	margin-top: 30px;
	margin-left: -1px;
}
#kefu a.wx {
	position: absolute;
	top: 166px;
	left: 15px;
	overflow: hidden;
	text-indent: -999em;
	display: block;
	width: 95px;
	height: 95px;
}



